home *** CD-ROM | disk | FTP | other *** search
/ Creating Your Own America Online Web Pages / Creating Your Own America Online Web Pages.iso / TOOLS / WHTTPD / HTDOCS / HTTPDDOC / INFO / AUTHXMPL / BYPWMULT / #HACCESS.CTL next >
Encoding:
Text File  |  1994-05-07  |  190 b   |  13 lines

  1. AuthUserFile c:/httpd/conf/authusr.pwd
  2. AuthGroupFile c:/httpd/conf/empty.pwd
  3. AuthName Examples
  4. AuthType Basic
  5.  
  6. <Limit GET POST>
  7. require user rover
  8. require user jumpy
  9. </Limit>
  10.  
  11.  
  12.  
  13.